home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / bestuur / taskman / SuperCopier2beta1-9.exe / SuperCopier2.exe / 0 / RCDATA / TCOLLISIONRENAMEFORM / TCOLLISIONRENAMEFORM.txt
Text File  |  2006-07-07  |  2KB  |  97 lines

  1. object CollisionRenameForm: TCollisionRenameForm
  2.   Left = 385
  3.   Top = 102
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Custom rename'
  6.   ClientHeight = 147
  7.   ClientWidth = 400
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = TntFormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object llOriginalNameTitle: TTntLabel
  21.     Left = 8
  22.     Top = 48
  23.     Width = 66
  24.     Height = 13
  25.     Caption = 'Rename from:'
  26.   end
  27.   object llOriginalName: TTntLabel
  28.     Left = 80
  29.     Top = 48
  30.     Width = 313
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'llOriginalName'
  34.   end
  35.   object llNewNameTitle: TTntLabel
  36.     Left = 8
  37.     Top = 80
  38.     Width = 16
  39.     Height = 13
  40.     Caption = 'To:'
  41.   end
  42.   object rbRenameNew: TTntRadioButton
  43.     Left = 8
  44.     Top = 8
  45.     Width = 201
  46.     Height = 17
  47.     Caption = 'Rename new file'
  48.     Checked = True
  49.     TabOrder = 0
  50.     TabStop = True
  51.   end
  52.   object rbRenameOld: TTntRadioButton
  53.     Left = 208
  54.     Top = 8
  55.     Width = 193
  56.     Height = 17
  57.     Caption = 'Rename old file'
  58.     TabOrder = 1
  59.   end
  60.   object edNewName: TTntEdit
  61.     Left = 80
  62.     Top = 76
  63.     Width = 313
  64.     Height = 21
  65.     TabOrder = 2
  66.     Text = 'edNewName'
  67.     OnChange = edNewNameChange
  68.     OnKeyPress = edNewNameKeyPress
  69.   end
  70.   object btCancel: TScPopupButton
  71.     Left = 320
  72.     Top = 120
  73.     Width = 75
  74.     Height = 25
  75.     TabOrder = 4
  76.     TabStop = True
  77.     ItemIndex = 0
  78.     Caption = 'Cancel'
  79.     ImageIndex = 6
  80.     ImageList = MainForm.ilGlobal
  81.     OnClick = btCancelClick
  82.   end
  83.   object btRename: TScPopupButton
  84.     Left = 240
  85.     Top = 120
  86.     Width = 75
  87.     Height = 25
  88.     TabOrder = 3
  89.     TabStop = True
  90.     ItemIndex = 0
  91.     Caption = 'Rename'
  92.     ImageIndex = 20
  93.     ImageList = MainForm.ilGlobal
  94.     OnClick = btRenameClick
  95.   end
  96. end
  97.